Introduction
-------------
This text document accompanies the I2C Serial EEPROM CCS test case for  EVM. 
It provides a brief of the methodology of the test and the procedure for executing 
the same.

Overview
---------
This CCS test application validates the Serial EEPROM for its ability to perform
write access; read access and data storing ability. The test application writes
a known pattern into the entire memory and then reads back the same. After 
writing to the desired area in EEPROM, this application reads them back and validates
the data read. If the data read does not match the expected pattern, this test
is declared failed. It is declared pass otherwise.

Board settings
--------------
For successfully carrying out this test, the Jumper J13 must be configured as 
below.
    1.  1-2     SHORTED
    2.  3-4     SHORTED
    3.  5-6     SHORTED
    4.  7-8     OPEN
    5.  9-10    DONT CARE

Procudure
----------
This test application assumes the various initialization as well as all
the PLL initialization is already carried out by the GEL scripts. At the minimum
the following GEL scripts are to be executed.
	
	* PG 2.x                 --> ALL_ADPLL_CLOCKS_ENABLE_API 
	*  System Initialization --> I2C0ENABLE
	
load "BB_003_I2C0_EEPROM.out" file and run.
